DoubleNINumericDoubleNAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Add(
DoubleN value
)
Private Function Add (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).Add
private:
virtual DoubleN Add(
DoubleN value
) sealed = INumeric<DoubleN>::Add
private abstract Add :
value : DoubleN -> DoubleN
private override Add :
value : DoubleN -> DoubleN
- value DoubleN
- The value to add to the current value.
DoubleNThe sum of the current value and
value.
INumericTSelfAdd(TSelf)